These photons are not encoded with any useful information that information is encoded using normal classical encryption methods but with a decryption key created by a random number generator. 这些光子没有编入任何有用的信息&需要传递的信息还是通过常见的经典加密术加密,但是解密密钥通过一个随机数字生成器生成。
Having done this, you could then go ahead and give each die its own random number generator. 到了这儿,您就可以回到前面给每个骰子加一个随机数产生器。
So, let's say we go ahead and add a mutex that surrounds the random number generator. 所以,让我们更进一步,在产生随机数的地方加一个互斥量。
PHP provides a better random number generator: mt_rand(). PHP提供了更好的随机数字生成器:mtrand()。
Before the Rnd() function can be called, a call to the Randomize procedure must be made to initialize the random number generator. 调用Rnd()前,必须先调用Randomize过程以初始化随机数字生成器。
Here are the specs for our sample application passed down from the "boss": Create a random number generator RESTful API. 下面是“老板”交代的关于我们的样例应用程序的具体要求:创建一个随机数字生成器RESTfulAPI。
CwMtx has no built-in random number generator, and there is no class function that fills a matrix with random elements. CwMtx没有内置的随机数生成器,也没有用随机元素填充矩阵的类函数。
Vecna employs its own random number generator to achieve this level of relative chaos in the data. Vecna利用自己的随机数字生成器实现数据的相对混乱级别。
The third parameter would allow us to override JSSE's random number generator ( RNG). 第三个参数允许我们覆盖JSSE的随机数生成器(RNG)。
Modeling and System Simulation of Truly Random Number Generator 真随机数发生器的系统建模与仿真
True Random Number Generator for Network Security Co-processor 应用于网络安全协处理器的真随机数产生器
Effects of Random Number Generator Quality on Simple GA Performances 随机数发生器质量对简单遗传算法性能的影响
In it, following the given parameter, the random number generator can generate the random number which meets the condition at random. 其中,随机数发生器可以根据给定的参数值,随机生成满足条件的随机数。
Unstable GA performances are often observed when a poor pseudo random number generator ( PRNG) with a short period was used. 伪随机数发生器(PRNG)对遗传算法(GA)性能的影响主要体现为低质量PRNG使得GA性能呈现不稳定性。
Since the random number generator is subject to considerable requirements with regard to its random nature and sensitivity to external manipulations. 因为,考虑到随机数字发生器在外部操作中的随机性和灵敏性,它能满足相当多的需要。
When you ask the random number generator for a random number, the function performs some arithmetic operation that scrambles the seed, and it returns the result. 当请求随机数产生器来获取随机数时,该函数基于种子来执行某些运算,然后返回结果。
A noise function is essentially a seeded random number generator. 一个噪声函数基本上是一个种子随机发生器。
A Chaos-Based Truly Random Number Generator 一种基于混沌原理的真随机数发生器
Multi-output Fibonacci Type LFSR Based Uniform Random Number Generator: Design and Analysis 多输出外部反馈型LFSR均匀分布随机数生成器的分析与设计
Design of a true random number generator using FPGA 一种基于FPGA的真随机数生成器的设计
It varies by algorithm, but the length of the period is one of the key attributes of any good random number generator. 根据算法不同而不一样,但是,变化周期时间是任何好的随机数生成器的一项关键属性。
Design and Implementation of Truly Random Number Generator Based on Pipeline ADC 基于流水型ADC的真随机数发生器的设计与实现
Sets the seed for the random number generator. 设置用于随机数生成器的种子。
The new algorithm makes good use of the ergodicity, stochastic property, and regularity of chaos rather than a random number generator to search a promising region. 该算法利用了混沌运动的遍历性、随机性以及对初值的敏感性等特性代替随机数产生器在解空间搜索最优解。
A deterministic chaotic discrete time dynamical system can be used for random number generator ( RNG). 基于混沌的随机数发生器采用了离散时问的决定论混沌系统。
Demonstrated the first highly stable true random number generator based on the random time distribution of photons. ◆首创基于光子时间随机分布的高稳定真随机数源。
In this paper, it firstly gives out some common random number generators and their defects; and then presents a new random number generator and its algorithm, and gives some statistical tests. 首先介绍一些常见的随机数发生器及其优缺点,然后给出了一种新的随机数发生器及其算法,并对它产生的随机数序列进行了统计检验。
If the numbers do match, the receiver steps its random number generator to prepare for the next packet. 匹配则更新随机数发生器以为下一个封包做准备。
Analysis of random number generator for virtual reconfigurable architecture 用于虚拟可重构结构的随机数产生算法研究
This paper introduces a pseudo random number generator and describes its algorithm and C language implementation. 本文介绍一种高质量的伪随机数发生器,分析了它的算法原理和C语言实现方法,用二维谱测试方法对该发生器生成的随机数序列作了测试,并对运算速度作了测试。